// number of times to attempt a transfer before giving up
#define ATTEMPT_MAX 2
-// seconds to wait for expected message, this value is 1 greater than
-// minimum, i.e. READ_TIMEOUT - 1 <= actual_timeout <= READ_TIMEOUT
+// seconds to wait for expected message (actual time will be somewhat
+// indeterminate, but at least READ_TIMEOUT - 1)
#define READ_TIMEOUT 6
// debug output: low, medium, high, higher
</screen>
</section>
+<section id="style_track_new">
+<title>TRACK_NEW</title>
+<para>If '1', it indicates that this trackpoint is the first point of a new track. Needs integer conversion.</para><para>example:<screen format="linespecific">IFIELD TRACK_NEW,"","%d"<screen></para></section>
+
+
<section id="style_track_name">
<title>TRACK_NAME</title>
<para>The name of the track currently being operated on. Needs string conversion.</para><para>example:<screen format="linespecific">TRACK_NAME, "", "%s"</screen></para></section>